home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DESKTOP / CLIPBOARD.ZIP / !Clipboard / History < prev    next >
Text File  |  1998-09-17  |  2KB  |  52 lines

  1.                                Clipboard
  2.                             Thomas Leonard
  3.  
  4.  
  5. Version 0.01  (20-Oct-1996)
  6. ------------
  7. Main window shows type and owner of clipboard and allows user to put things
  8. on the clipboard by dragging to the window.
  9.  
  10. Version 0.02  (21-Oct-1996)
  11. ------------
  12. Added menu and info window.
  13. User can save clipboard to filer or to another app (lots of fun with
  14. Wimp_SendMessage!).
  15.  
  16. Version 0.03  (22-Oct-1996)
  17. ------------
  18. Wrote most of IcnClipBrd including transfer of clipboard via Wimp$Scrap and
  19. sending using RAM transfer (but not yet receiving data this way).
  20.  
  21. Version 0.04  (23-Oct-1996)
  22. ------------
  23. Added support for RAM fetch, but had to remove it because it didn't work
  24. with some programs which close all menus when you use RAM transfer!
  25.  
  26. Version 0.05  (08-Sep-1998)
  27. ------------
  28. Made WimpSlot 36K, as someone said it wouldn't run on their computer with
  29. 32K. Changed the window layout to make the Owner box bigger.
  30. Fixed serious bug - didn't work if <Wimp$Scrap> already existed!
  31.  
  32. Version 0.06  (15-Sep-1998)
  33. ------------
  34. Made WimpSlot 40K, as someone else still couldn't run it!
  35. Removed Shift from all the IcnClipBrd key-combos.
  36. Added protocol status report box, and made it work better with Zap (though
  37. still not perfect).
  38.  
  39. Version 0.07  (17-Sep-1998)
  40. ------------
  41. Doesn't bring the window to the front when an error occurs unless the window
  42. was already open.
  43. Fixed protocol bug - window handle and icon handle got corrupted when
  44. dragging a file owned by one application to another application.
  45.  
  46. Version 0.08  (17-Sep-1998)
  47. ------------
  48. Now acks Message_DataLoad when copying from one task to another, since the
  49. clipboard owner could decide that the receiver had died and delete the scrap
  50. file.
  51. Bugfix: IcnClipBrd treated any Claim_Entity message as a claim for the
  52. global clipboard.